Improving game-tree search by incorporating error propagation and social orientations
نویسنده
چکیده
Game-tree search algorithms, such as the two-player Minimax algorithm and its multi-player counterpart, Max-n, are a fundamental component in the development of computer programs for playing extensive-form games. The success of these algorithms is limited by the underlying assumptions on which they are built. For example, it is traditionally assumed that deeper search always produces better decisions and also that search procedures can assume all players are selfish and ignore social orientations. Deviations from these assumptions can occur in real games and can affect the success of a traditional search algorithms. The goal of my thesis is to determine when such deviations occur and modify the search procedure to correct the errors that are introduced.
منابع مشابه
Improving Monte Carlo Tree Search Policies in StarCraft via Probabilistic Models Learned from Replay Data
Applying game-tree search techniques to RTS games poses a significant challenge, given the large branching factors involved. This paper studies an approach to incorporate knowledge learned offline from game replays to guide the search process. Specifically, we propose to learn Naive Bayesian models predicting the probability of action execution in different game states, and use them to inform t...
متن کاملProperties of Forward Pruning in Game-Tree Search
Forward pruning, or selectively searching a subset of moves, is now commonly used in game-playing programs to reduce the number of nodes searched with manageable risk. Forward pruning techniques should consider how pruning errors in a game-tree search propagate to the root to minimize the risk of making errors. In this paper, we explore forward pruning using theoretical analyses and Monte Carlo...
متن کاملImplementation of Game Tree Search Method by using NSL
This paper describes about hardware game tree search method of Blokus Duo. As algorithm of the game tree search method, we apply an evaluation function of sphere of influence. The game tree search method of hardware is implemented on FPGA. An implementation of the game tree search method by the hardware shows the effect which is easily of the operating speed improving.
متن کاملA study of decision error in selective game tree search
In this paper, we study decision errors caused by the omission of part of the legal candidate moves and the inaccuracy of static evaluation in a selective minimax game tree search. Error upper bounds are presented in Section 2. A simple game tree model, which captures some basic characteristics of the Go game tree, is introduced in Section 3 for a decision error simulation study. Section 4 pres...
متن کاملParameter-Free Tree Style Pipeline in Asynchronous Parallel Game-Tree Search
Asynchronous parallel game-tree search methods are effective in improving playing strength by using many computers connected through relatively slow networks. In game position parallelization, the master program manages a game-tree and distributes positions in the tree to workers. Then, each worker asynchronously searches the best move and evaluation for its assigned position. We present a new ...
متن کامل